projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aebd176
)
(Fminibuffer_complete_and_exit): Move to end of buffer for completion.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jul 2002 07:50:37 +0000
(07:50 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 1 Jul 2002 07:50:37 +0000
(07:50 +0000)
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 3d9451b2bc9794814a49031d30a92723a6a92f42..f4aeb0f8c388d8bdf43c1cede6fcbb5595af9679 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-1861,6
+1861,7
@@
a repetition of this command will exit. */)
goto exit;
/* Call do_completion, but ignore errors. */
+ SET_PT (ZV);
val = internal_condition_case (complete_and_exit_1, Qerror,
complete_and_exit_2);